home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TLOGINDIALOG / TLOGINDIALOG.txt
Text File  |  2014-12-03  |  2KB  |  108 lines

  1. object LoginDialog: TLoginDialog
  2.   Left = 323
  3.   Top = 227
  4.   ActiveControl = Password
  5.   BorderStyle = bsDialog
  6.   Caption = 'Datenbank-Login'
  7.   ClientHeight = 147
  8.   ClientWidth = 273
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 75
  15.   TextHeight = 13
  16.   object OKButton: TButton
  17.     Left = 99
  18.     Top = 114
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.   end
  26.   object CancelButton: TButton
  27.     Left = 180
  28.     Top = 114
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'Abbrechen'
  33.     ModalResult = 2
  34.     TabOrder = 1
  35.   end
  36.   object Panel: TPanel
  37.     Left = 8
  38.     Top = 7
  39.     Width = 257
  40.     Height = 98
  41.     BevelInner = bvRaised
  42.     BevelOuter = bvLowered
  43.     TabOrder = 2
  44.     object Label3: TLabel
  45.       Left = 10
  46.       Top = 6
  47.       Width = 120
  48.       Height = 13
  49.       Caption = 'Datenbank:'
  50.     end
  51.     object DatabaseName: TLabel
  52.       Left = 91
  53.       Top = 6
  54.       Width = 150
  55.       Height = 13
  56.     end
  57.     object Bevel: TBevel
  58.       Left = 1
  59.       Top = 24
  60.       Width = 254
  61.       Height = 9
  62.       Shape = bsTopLine
  63.     end
  64.     object Panel1: TPanel
  65.       Left = 3
  66.       Top = 30
  67.       Width = 251
  68.       Height = 65
  69.       Align = alBottom
  70.       BevelOuter = bvNone
  71.       TabOrder = 0
  72.       object Label1: TLabel
  73.         Left = 8
  74.         Top = 8
  75.         Width = 72
  76.         Height = 13
  77.         Caption = '&Benutzername:'
  78.         FocusControl = UserName
  79.       end
  80.       object Label2: TLabel
  81.         Left = 8
  82.         Top = 36
  83.         Width = 60
  84.         Height = 13
  85.         Caption = '&Passwort:'
  86.         FocusControl = Password
  87.       end
  88.       object UserName: TEdit
  89.         Left = 86
  90.         Top = 5
  91.         Width = 153
  92.         Height = 23
  93.         MaxLength = 31
  94.         TabOrder = 0
  95.       end
  96.       object Password: TEdit
  97.         Left = 86
  98.         Top = 33
  99.         Width = 153
  100.         Height = 23
  101.         MaxLength = 31
  102.         PasswordChar = '*'
  103.         TabOrder = 1
  104.       end
  105.     end
  106.   end
  107. end
  108.